Bentley HAMMER CONNECT Edition Help

Numerical Representation of Hydroelectric Turbines

This section describes the general equations for the schematic turbine shown in Figure 14-13: Schematic of Turbine Hydraulic Element in Hammer (that also shows the upstream and downstream computational points).

Figure 14-13: Schematic of Turbine Hydraulic Element in Hammer

Turbine equations:

H1+a1Q=h1+a1q1

H2+a2Q=h2+a2q2

Where: H = head at the end of current time step
  Q = flow at the end of the current time step
  h = head computed during previous time step
  q = flow computed during previous time step
  (where a is the wave speed and S is the pipe cross-sectional area)

Pipe head loss equations:

H1 + f1Q|Q| = HC

H2 + f2Q|Q| = HB

Where: f = frictional coefficient
  HB = head at point B at the end of current time step
  HC = head at point C at the end of current time step

Valve head loss equation:

HC - HA = KvQ|Q|

Where: HA = head at point A at the end of current time step
  KV = valve loss coefficient

Four-quadrant turbine curves:

Mhyd = FM(Q,N,w)

HA - HB = FH(Q, N, w)

Where: Mhyd = hydraulic torque
  N = rotational speed of the turbine
  w = wicket gate function
  FM = torque function
  FH   head function

Conservation of angular momentum:

Where: n = turbine's rotational speed computed during previous time step
  m = torque computed during previous time step
  M = torque at current time step
  (W= weight of turbine and generator, R= radius fo gyration)

Algebraic manipulations reduce equations () to () to a pair of non-linear equations in the unknowns Q and N as follows:

FH(Q, N, w) - (Kv + f1 + f2)Q|Q| - (a1 + a2)Q - (h2 - h1 + a2q2 + a1q1) =0

The non-linear equations () and () can be solved by iteration using Newton's method in conjunction with the four-quadrant head and torque curves for various wicket gate positions.